Welcome![Sign In][Sign Up]
Location:
Search - winsock vc

Search list

[.netVC/C#/Jave源码大全

Description: 代码包括:VC、Cshap、ASP.Net、Java等多种语言。 EJB编程,VC++下ACE开发入门,ASP.NET中实现DataGrid控件动态绑定数据的方法探讨,模仿深度剥离效果,C#中动态数组设计原理,基于WinSock的UDP数据转发,用VC++实现手机短消息查询,基于.NET框架RijndaelManaged类的数据加密器设计,等等
Platform: | Size: 2155234 | Author: wwsbbsemail_1@163.com | Hits:

[SourceCodevc++6.0编写的tcp/ip客户端

Description: vc++6.0编写的tcp/ip客户端,winsock方式
Platform: | Size: 3637280 | Author: longzhizi126 | Hits:

[Internet-Networkpop3

Description: 一个通过POP3收邮件的VC++工程,可以将email附件解开-POP3 incoming mail through the VC project, you can email the annex to untie
Platform: | Size: 378880 | Author: 站长 | Hits:

[Internet-Networkudp

Description: VC编程用UPD协议实现广播通信-VC programming corresponds with the UPD agreement realization broadcast
Platform: | Size: 14336 | Author: phyllisqq | Hits:

[Internet-NetworkWinSocket-UDP

Description: 用vc写的winsock-UDP程序,是学习winsock的好帮手!- Winsock-UDP procedure writes which with vc, is good helper which studies winsock!
Platform: | Size: 23552 | Author: 阿敏 | Hits:

[Com PortCmyChat_ver0322

Description: VC编写的一个WinSocket及串口通信的例程代码-VC Winsocket prepared by a serial communication and code routines
Platform: | Size: 3622912 | Author: 张强 | Hits:

[OS program采用替换文件的方法截获WinSock中的函数调用

Description: D:\vc教程\newweb\1图像声音\net1\采用替换文件的方法截获WinSock中的函数调用-D : \ vc Directory \ newweb \ images a voice \ net1 \ documents used to replace the WinSock intercepted the function call
Platform: | Size: 3072 | Author: 艾仁 | Hits:

[Sniffer Package capturePacketCapturexinban

Description: 用 Winsock 2 基础服务提供者截获网络封包的示例 安装方法 ------------------------------------------- 1. 运行Release\install -install 2. Win98需要重启计算机,Win2000不需要 3. 运行dbgview.exe(本书没有附带, www.sysinternals.com),用来查看调试信息 4. 运行Release\install -remove 卸载 ------------------------------------------- [common] 存放公用源代码的目录 [InstallExe] 存放安装程序的目录 [Release] 存放编译后创建的可执行文件的目录 [TcpIpDog] 存放Winsock 2 SPI封包截获的DLL工程 [Sample] 输出的调试信息实例 [PacketCapture.dsw] VC 工作区文件-Winsock 2 based service provider network packets intercepted examples of installation method---------------------- 1. running Release \ install-install 2. Win98 need to restart the computer, not Win2000 3. running dbgview.exe (not accompanied by the book, www.sysinternals.com), used to check information for debugging 4. running Release \ install-uninstall------------------------------------------- remove [common ] storage utility source code directory [InstallExe] stored procedures for the installation of the directory [Release] storing the compiled executable file created by the directory [TcpIpDog] storage Winsock 2 SPI packets intercepted DLL works [Sample] output debug information examples [PacketCapture.dsw] VC the work area documents
Platform: | Size: 340992 | Author: 熊兵 | Hits:

[CommunicationChatR100

Description: 一个用VC实现的聊天室程序,该程序是客户端和服务器端共用的。稍加修改可以做成网络数据收发。用的是winsock来实现网络通讯的-VC with a chat room procedures, the procedures are client and server shared. Little changes can cause network data transceiver. Used to the protocols of the communications network
Platform: | Size: 34816 | Author: 断翼 | Hits:

[Internet-Network实例70

Description: WINSOCK程序设计共分为客户端和服务器端程序两部分,要求实现功能:服务器端要能监听客户端连接请求,为客户端的连接请求建立SOCKET队列,处理各个客户端发送的数据,并向响应客户端发送应答信息,更新服务器端的端口号。-Winsock program design consists of client and server-side procedures in two parts, requires the function : server can be monitored to client requests for the client to establish a link SOCKET queue handle all the client to send data to respond to a client sent response information update service Works on the port side.
Platform: | Size: 45056 | Author: 和平鸽 | Hits:

[Firewall-SecurityXfilter1.0

Description: Xfilter 个人防火墙 1.0 源代码说明 开发环境: Windows 2000 开发工具: VC++6.0 主工作区文件: Xfilter.dsw 目录简介 [Common] 保存公用源代码 [lib] HTML格式帮助文件在VC中的调用函数头文件和库文件 [Property] Xfilter.exe 界面程序工程 [Release] 编译后程序存放目录 [TcpIpDog] Xfilter.dll Winsock 2 SPI截包工程-Xfilter personal firewall Xfilter Personal Firewall 1.0 source code development environment Note : Windows 2000 development tools : VC 6.0 main work area documents : Xfilter.dsw Contents Introduction [Common] to preserve the common source code [lib] HTML help files in VC the function call header files and libraries [Property] Xfilter.exe interface process engineering [Release] compiled stored procedures Contents [TcpIpDog] Xfilter.dll Winsock 2 SPI closed turnkey projects
Platform: | Size: 267264 | Author: 喻佑华 | Hits:

[Internet-Networkping_winsock&icmp

Description: 用VC实现的PING源代码,提供了两种实现方式:1、Windows Socket;2、基于ICMP。代码总共才500多行,对于理解PING程序原理很有帮助-with VC's PING source code, provided implemented in two ways : one, Windows Socket; 2, based on ICMP. A total of code before more than 500 firms, the procedures for understanding PING helpful Principle
Platform: | Size: 5120 | Author: 崔毕 | Hits:

[Internet-NetworkSendMail199985242001

Description: 用vc实现邮件传输功能,主要采用winsock实现传输过程。有利于熟悉网络编程。-achieved using vc mail functionality, mainly winsock achieve transfer process. Help familiar with network programming.
Platform: | Size: 15360 | Author: 曾强华 | Hits:

[Windows DevelopmynetchatVc

Description: 我自己做的局域网聊天软件,vc6.0,适合vc6.0初学winsock-Lan net chat program, vc6.0 source code.
Platform: | Size: 2852864 | Author: | Hits:

[Communicationtransportfiles

Description: 直接运用 WINSOCK 单元进行传送文件的程序,特点: 1、多线程 2、支持断点续传。 3、系统托盘。 程序在Winxp和Win2000运行通过。 程序用到了第三方控件“VCLSkin2.45.D67”到相关站点可下载。-direct use of Winsock modules for document transmission procedures, characteristics : 1, 2 multithread support HTTP. 3, the system tray. Winxp and procedures in running Win2000 through. Procedures used a third-party control "VCLSkin2.45.D67" related to the site can be downloaded.
Platform: | Size: 97280 | Author: hjl | Hits:

[Internet-Networkcsoftcp

Description: 使用winsock库中socket套间实现TCP/IP固定连接的程序,工程是完整的,只要在VC环境下重新编译一下就可以了.-protocols of the use of socket library suite TCP/IP connectivity fixed procedures, the project is complete, as long as the VC environment recompile it with it.
Platform: | Size: 40960 | Author: jiangfumin | Hits:

[Internet-NetworkSOCKET实现聊天程序

Description: 采用VB的WINSOCK控件实现的聊天程序,适合处学者.-using VB Winsock Control to achieve the chat program, the Office for scholars.
Platform: | Size: 12288 | Author: 洪一 | Hits:

[Internet-NetworkvcMSocket

Description: 基于winsock 的 网络广播的例程,采用多线程技术,对客户端进行广播式传送数据-protocols of the network broadcasting the routines and multi-threading technology, client data broadcast transmission
Platform: | Size: 18432 | Author: 高飞云 | Hits:

[Windows Develop截获WINSOCKET

Description: 这是一个在VC环境下编的用于截获套接字的小程序-This is a VC environment in the series intercepted socket for a small procedure
Platform: | Size: 15360 | Author: 张丰 | Hits:

[Internet-NetworkWindowsWinsock

Description: Windows 网络编程之VC篇Windows Winsockt编程源码,有很大的使用价值-Windows Network Programming Between VC chapter Windows programming source Winsockt have great value
Platform: | Size: 11468800 | Author: 和永智 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net